UnregisterRequest

data class UnregisterRequest(scopeURL: String)

Represents request frame that can be used with ServiceWorker#unregister operation call.

See also

Constructors

UnregisterRequest
Link copied to clipboard
fun UnregisterRequest(scopeURL: String)

Properties

scopeURL
Link copied to clipboard
val scopeURL: String

Sources

jvm source
Link copied to clipboard